home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20030409-20031118 / 000084_henry.thorpe@att.net_Mon May 19 10:21:16 EDT 2003.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  46 lines

  1. Article: 14304 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!panix!newsfeed!wn13feed!wn12feed!wn14feed!worldnet.att.net!bgtnsc05-news.ops.worldnet.att.net.POSTED!not-for-mail
  3. Message-ID: <3EC85C5F.8090102@att.net>
  4. From: "Henry E. Thorpe" <henry.thorpe@att.net>
  5. Organization: Just me!
  6. User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3) Gecko/20030312
  7. X-Accept-Language: en-us, en
  8. MIME-Version: 1.0
  9. Newsgroups: comp.protocols.kermit.misc
  10. Subject: Re: Kermit/HPUX11 and socks
  11. References: <c30aaa81.0305060546.dabfef@posting.google.com>
  12. In-Reply-To: <c30aaa81.0305060546.dabfef@posting.google.com>
  13. Content-Type: text/plain; charset=us-ascii; format=flowed
  14. Content-Transfer-Encoding: 7bit
  15. Lines: 23
  16. NNTP-Posting-Host: 06fae7f4953f9e2de8d504caf920550d
  17. X-Complaints-To: abuse@worldnet.att.net
  18. X-Trace: bgtnsc05-news.ops.worldnet.att.net 1053318248 06fae7f4953f9e2de8d504caf920550d (Mon, 19 May 2003 04:24:08 GMT)
  19. NNTP-Posting-Date: Mon, 19 May 2003 04:24:08 GMT
  20. Date: Mon, 19 May 2003 04:24:08 GMT
  21. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14304
  22.  
  23. Eric;
  24.  
  25. I just checked; C-Kermit 8.0.209 works fine via Dante 1.1.13 under 
  26. FreeBSD 4.7.
  27.  
  28. Make sure that you link in the shared object socket libraries, and then 
  29. just run:
  30.  
  31.    socksify kermit
  32.  
  33. once you have your ${prefix}/etc/socks.conf file set up correctly to 
  34. connect through your socks daemon.
  35.  
  36. Eric wrote:
  37. > Hi,
  38. > I'd like to make kermit under an HPUX11 system and with a socks library like dante).
  39. > does anyone already try such things ? 
  40. > Regards,
  41. > Eric.
  42.  
  43.